body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

nav {
    background: #516aa2;
    margin-bottom: 30px;
    padding: 20px 0 !important;
}

.menubar a {
    text-decoration: none;
    color: #555;
    display: block;
}

.nav-item {
    text-align: center;
    border-bottom: 0px solid #ffffff;

}

.nav-item a {
    color: #fff;

}

.navbar-nav {
    align-items: self-start;
    padding-left: 11px;
}

.collapse.show .nav-item {
    border-bottom: 0px solid #fff;
}

.fas.fa-bars {
    color: #fff;
}

.d-flex.copy_right {
    text-align: center;
    display: block !important;
    margin-top: 24px;
}

.d-flex.copy_right p {
    font-size: .8rem;
}

.footer_ul {
    text-align: center;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    border: 1px solid #fff;
}

table.data {
    font-family: lucida sans unicode, lucida grande, sans-serif;
    font-size: 8px;
    background-color: #ccc
}

table.data th.sub_header {
    background-color: #3c0099;
    height: 15px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 10px;
}

table.data th {
    background-color: #516aa2;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 3px
}

table.data th a {
    color: #fc3
}

table.data a {
    text-decoration: none;
    color: #f60;
    font-weight: 500
}

table.data a:hover {
    text-decoration: none;
    color: #960
}

table.data tr.odd td {
    background-color: #fff
}

table.data tr.even td {
    background-color: #eee
}

td,
th {
    padding: .7em 1em;
    border-width: 0 1px 1px 0;
}

table,
td,
th {
    border: 1px solid #F2F5F7;
}

.nav-link:focus,
.nav-link:hover {
    color: #ffb813;
}

div#navbarNav {
    justify-content: center !important;
}

ul.navbar-nav.ms-auto {
    margin: inherit !important;
}

.hidden {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: none;
    /* Keeps the space free when the row is hidden */
}

.visible {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    display: table-row;
    /* Makes sure rows display as table rows */
}
.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 14px;
}

.mobile_menu {
    position: relative;
    top: -15px;
    overflow-x: scroll;
    padding: 0 10px;
}

.mobile_menu .nav-link {
    padding: inherit;
}